﻿CHARACTERS = {
	c:JAS = {
		create_character = {
			# Gaj Singh
			#role = politician # Remove this line
			first_name = "Gaj"
			last_name = "Bhatti"
			ruler = yes
			age = 66 # unknown age, but his father ruled from 1762 to 1820, so he was probably born in the 18th century
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				cautious
			}
		}	

		create_character = {
			# Ranjit Singh
			#role = politician # Remove this line
			first_name = "Ranjit"
			last_name = "Bhatti"
			heir = yes
			age = 40 # unknown age, but he died in 1864
			interest_group = ig_landowners
			ideology = ideology_traditionalist
			traits = {
				reserved
			}
		}
	}
}
